Programming
epub, pdf |eng | | Author:Alistair Cockburn
Figure 4-9. Work expands with increasing precision level (shown for use cases). Stability and Concurrent Development Stability, the "likelihood of change," varies over the course of the project (Figure 4-10). ...
( Category:
Programming
August 11,2018 )
epub, pdf |eng | 2017-05-15 | Author:Paul Deitel & Harvey Deitel [Deitel, Paul]
( Category:
Programming Languages
August 11,2018 )
epub |eng | 2018-01-25 | Author:Anuj Kumar [Kumar, Anuj]
(def auth {:name ::auth :enter (fn [context] (let [token (-> context :request :headers (get "token"))] (if-let [uid (and (not (nil? token)) (get-uid token))] (assoc-in context [:request :tx-data :user] uid) (chain/terminate ...
( Category:
Programming
August 11,2018 )
epub |eng | 2018-01-23 | Author:Carl Cocchiaro [Cocchiaro, Carl]
Teardown methods For all the methods in a suite of tests, there will be common actions that need to be executed after each suite, test, groups, class, or methods, and ...
( Category:
Programming Languages
August 11,2018 )
epub |eng | 2018-01-30 | Author:Vikash Sharma [Sharma, Vikash]
It's really important to control the access level. With it we can have fine-grain scope for every construct. This keeps the client away from unnecessary details that you might not ...
( Category:
Programming
August 11,2018 )
epub |eng | 2018-01-29 | Author:Juan Antonio Medina Iglesias [Medina Iglesias, Juan Antonio]
( Category:
Internet & Social Media
August 11,2018 )
epub |eng | 2018-02-26 | Author:Primož Gabrijelčič [Gabrijelčič, Primož]
Most common problems Before we start writing multithreaded code, I'd like to point out some typical situations that represent the most common sources of problems in multithreaded programs. After that, ...
( Category:
Programming
August 11,2018 )
epub |eng | 2018-02-27 | Author:Abhishek Chanda [Chanda, Abhishek]
extern crate grpc_example; extern crate grpc; extern crate protobuf; use std::thread; use grpc_example::foobar_grpc::*; use grpc_example::foobar::*; struct FooBarServer; // Implementation of RPC functions impl FooBarService for FooBarServer { fn record_cab_location(&self, _m: ...
( Category:
Programming
August 11,2018 )
epub |eng | 2018-02-27 | Author:Radomír Sohlich [Sohlich, Radomír]
( Category:
Networking & Cloud Computing
August 11,2018 )
epub |eng | 2018-07-16 | Author:Ric Messier [Messier, Ric]
( Category:
Internet & Social Media
August 11,2018 )
epub |eng | 2018-02-28 | Author:Rambabu Posa [Posa, Rambabu]
( Category:
Programming
August 11,2018 )
epub, pdf |eng | 2013-06-24 | Author:Richard E. Silverman
Tip In simple cases, you may get what you think of as the history of “this branch” with git log --first-parent, which just follows the first parent of merge commits ...
( Category:
Operating Systems
August 11,2018 )
epub, mobi |eng | 2008-12-16 | Author:David Flanagan & Yukihiro Matsumoto [David Flanagan]
A Mutable Point The Point class we’ve been developing is immutable: once a point object has been created, there is no public API to change the X and Y coordinates ...
( Category:
Programming Languages
August 11,2018 )
epub |eng | 2015-10-12 | Author:Rick Viscomi & Andy Davies & Marcel Duran [Viscomi, Rick]
Black-Hole Rerouting There are only two ways to know how your site reacts to a third-party failure: testing it ahead of time and watching it unfold as it is actually ...
( Category:
Internet & Social Media
August 11,2018 )
epub, pdf |eng | | Author:Holger Schwichtenberg
if (Assembly.GetAssembly(typeof(Microsoft.EntityFrameworkCore.DbContext)).GetName().Version.Major == 1 || (this._EventIDs != null && (this._EventIDs.Contains(eventId.Id) || this._EventIDs.Count == 0))) { Count++; string text = $"{Count:000}:{logLevel} #{eventId.Id} {eventId.Name}:{formatter(state, exception)}"; // Call log method now logMethod(text); } ...
( Category:
Programming
August 11,2018 )
Categories
Popular ebooks
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16762)Deep Learning with Python by François Chollet(12571)
Hello! Python by Anthony Briggs(9916)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9796)
The Mikado Method by Ola Ellnestam Daniel Brolund(9779)
Dependency Injection in .NET by Mark Seemann(9340)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8298)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7763)
Grails in Action by Glen Smith Peter Ledbrook(7696)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7078)
Microservices with Go by Alexander Shuiskov(6846)
Practical Design Patterns for Java Developers by Miroslav Wengner(6766)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6705)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6414)
Angular Projects - Third Edition by Aristeidis Bampakos(6110)
The Art of Crafting User Stories by The Art of Crafting User Stories(5641)
NetSuite for Consultants - Second Edition by Peter Ries(5572)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5378)
Kotlin in Action by Dmitry Jemerov(5063)
